home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / fs-1714m.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  44.1 KB  |  1,004 lines

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *%  PPD file for Kyocera FS-1714M (USA English)
  5. *%
  6. *%  Copyright (C) 1993-1999 Kyocera Technology Development Inc.
  7. *%  All Rights Reserved
  8. *%
  9. *%  Permission is granted for redistribution of this file as long as this
  10. *%  copyright notice is intact and the contents of the file are not altered
  11. *%  in any way from their original form.
  12. *%
  13. *%  Contents of this file are automatically generated with the PPDGEN utility 
  14. *%
  15. *%=============================================================================
  16.  
  17. *FileVersion: "1.6.2"
  18. *FormatVersion: "4.3"
  19. *LanguageEncoding: ISOLatin1
  20. *LanguageVersion: English
  21. *Product: "(FS-1750)"
  22. *PSVersion: "(2014.108) 1"
  23. *Manufacturer: "Kyocera"
  24. *ModelName: "Kyocera FS-1714M (KPDL-2)"
  25. *ShortNickName: "Kyocera FS-1714M (KPDL-2)"
  26. *NickName: "Kyocera FS-1714M (KPDL-2)"
  27. *PCFileName: "FS-1714M.PPD"
  28.  
  29. *% Basic Device Capabilities
  30. *LanguageLevel: "2"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *TTRasterizer: Type42
  34. *?TTRasterizer: "
  35.   save
  36.   42 /FontType resourcestatus
  37.   { pop pop (Type42) }{ (None) } ifelse
  38.   = flush restore"
  39. *End
  40. *FreeVM: "5568000"
  41. *Throughput: "14"
  42.  
  43. *% System Management
  44. *SuggestedJobTimeout: "0"
  45. *SuggestedManualFeedTimeout: "0"
  46. *SuggestedWaitTimeout: "120"
  47. *PrintPSErrors: True
  48.  
  49. *Password: "0"
  50.  
  51. *ExitServer: "
  52.   count 0 eq {true}
  53.   {dup statusdict /checkpassword get exec not} ifelse
  54.   {(WARNING : Cannot perform the exitserver command.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush quit} if
  57.   serverdict /exitserver get exec"
  58. *End
  59.  
  60. *Reset: "
  61.   count 0 eq { true }
  62.   {dup statusdict /checkpassword get exec not} ifelse
  63.   {(WARNING : Cannot perform the exitserver command.) =
  64.     (Password supplied is not valid.) =
  65.     (Please contact the author of this software.) = flush quit} if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush"
  69. *End
  70.  
  71. *% Protocols
  72. *Protocols: PJL TBCP
  73.  
  74. *1284Modes Parallel: Compat Nibble ECP
  75. *1284DeviceID: "MFG:Kyocera;Model:Kyocera FS-1714M;COMMAND SET: POSTSCRIPT,PJL,PCL"
  76.  
  77. *% Page Stack Order
  78. *PageStackOrder FDTop: Reverse
  79. *PageStackOrder FURear: Normal
  80. *PageStackOrder FDStacker: Reverse
  81. *PageStackOrder FDSorter: Reverse
  82. *PageStackOrder FDCollator: Reverse
  83. *PageStackOrder FDMB01: Reverse
  84. *PageStackOrder FDMB02: Reverse
  85. *PageStackOrder FDMB03: Reverse
  86. *PageStackOrder FDMB04: Reverse
  87. *PageStackOrder FDMB05: Reverse
  88. *PageStackOrder FDMB06: Reverse
  89. *PageStackOrder FDMB07: Reverse
  90. *PageStackOrder FDMB08: Reverse
  91. *PageStackOrder FDMB09: Reverse
  92. *PageStackOrder FDMB10: Reverse
  93. *PageStackOrder FDMB11: Reverse
  94. *PageStackOrder FDMB12: Reverse
  95. *PageStackOrder FDMB13: Reverse
  96. *PageStackOrder FDMB14: Reverse
  97. *PageStackOrder FDMB15: Reverse
  98.  
  99. *% JCL Information 
  100. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  101. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  102. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  103.  
  104. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  105. *DefaultJCLEconomode: Off
  106. *OrderDependency: 5 JCLSetup *JCLEconomode
  107. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  108. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  109. *JCLCloseUI: *JCLEconomode
  110.  
  111. *% Installable Options
  112. *OpenGroup: InstallableOptions/Installed Options
  113.  
  114. *% Optional Feeders
  115. *OpenUI *Option1/Optional Feeder: PickOne
  116. *DefaultOption1: MF1
  117. *Option1 None/Not Installed: ""
  118. *Option1 MF1/Multi-Purpose Feeder: ""
  119. *Option1 EF1/EF-1 Envelope Feeder: ""
  120. *Option1 PF7E/PF-7E Bulk Feeder: ""
  121. *CloseUI: *Option1
  122.  
  123. *% Paper Feeders
  124. *OpenUI *Option10/PF-21 Paper Feeders: PickOne
  125. *DefaultOption10: None
  126. *Option10 None/None: ""
  127. *Option10 One/One: ""
  128. *Option10 Two/Two: ""
  129. *?Option10: "
  130.   save
  131.   (None) currentpagedevice dup /InputAttributes known {
  132.     /InputAttributes get
  133.     dup 1 known {dup 1 get null ne {exch pop (One) exch} if} if
  134.     dup 3 known {dup 3 get null ne {exch pop (Two) exch} if} if
  135.     dup 4 known {dup 4 get null ne {exch pop (Two) exch} if} if
  136.   } if pop
  137.   = flush restore"
  138. *End
  139. *CloseUI: *Option10
  140.  
  141. *% Duplex Unit
  142. *OpenUI *Option16/Duplex Unit: Boolean
  143. *DefaultOption16: False
  144. *Option16 False/Not Installed: ""
  145. *Option16 True/Installed: ""
  146. *?Option16: "
  147.   save
  148.   currentpagedevice /Duplex known {(True)}{(False)} ifelse
  149.   = flush restore"
  150. *End
  151. *CloseUI: *Option16
  152.  
  153. *% Output Device Options
  154. *OpenUI *Option17/Output Device: PickOne
  155. *DefaultOption17: None
  156. *Option17 None/Not Installed: ""
  157. *Option17 SO6/SO-6 Bulk Sorter: ""
  158. *Option17 ST20/ST-20 Bulk Stacker: ""
  159. *?Option17: "
  160.   save
  161.   currentpagedevice dup /OutputAttributes known {
  162.     /OutputAttributes get
  163.     dup 1 known {
  164.       1 get dup null ne {
  165.          /OutputType get
  166.         dup (SORTER) eq { (SO6) } { 
  167.         dup (STACKER) eq { (ST20) } {
  168.       (None)
  169.         } ifelse
  170.         } ifelse
  171.       }{(None)} ifelse
  172.     }{(None)} ifelse
  173.     exch pop
  174.   }{
  175.     pop (None)
  176.   } ifelse
  177.   = flush restore"
  178. *End
  179. *CloseUI: *Option17
  180.  
  181. *% Disk Drive
  182. *OpenUI *Option18/Optional Disk: PickOne
  183. *DefaultOption18: None
  184. *Option18 None/None: ""
  185. *Option18 RAMDisk/RAM Disk: ""
  186. *?Option18: "
  187.   save
  188.   false
  189.   (%disk?%)
  190.   {currentdevparams dup /Writeable known
  191.     {dup /Writeable get
  192.       {exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true}{pop pop false} ifelse
  193.     }{pop pop} ifelse
  194.   } 100 string /IODevice resourceforall
  195.   {{(RAMDisk)}{(HardDisk)} ifelse}{(None)} ifelse
  196.   = flush restore"
  197. *End
  198. *CloseUI: *Option18
  199.  
  200. *% Installed Memory
  201. *OpenUI *InstalledMemory/Memory: PickOne
  202. *DefaultInstalledMemory: 8MB
  203. *InstalledMemory 8MB/Standard: ""
  204. *InstalledMemory 12MB/4MB Upgrade: ""
  205. *InstalledMemory 16MB/8MB Upgrade: ""
  206. *InstalledMemory 20MB/12MB Upgrade: ""
  207. *InstalledMemory 24MB/16MB Upgrade: ""
  208. *InstalledMemory 28MB/20MB Upgrade: ""
  209. *InstalledMemory 32MB/24MB Upgrade: ""
  210. *InstalledMemory 40MB/32MB Upgrade: ""
  211. *InstalledMemory 44MB/36MB Upgrade: ""
  212. *InstalledMemory 48MB/40MB Upgrade: ""
  213. *InstalledMemory 56MB/48MB Upgrade: ""
  214. *InstalledMemory 68MB/60MB Upgrade: ""
  215. *InstalledMemory 72MB/64MB Upgrade: ""
  216. *?InstalledMemory: "
  217.   save
  218.   currentsystemparams dup
  219.   /RamSize known {
  220.     /RamSize get
  221.     524288 div ceiling cvi 2 div cvi
  222.     /vmsize 20 string def
  223.     vmsize cvs print
  224.     (MB) print (\n) print flush
  225.   }{
  226.     pop (Unknown) print flush
  227.   } ifelse
  228.   restore"
  229. *End
  230. *CloseUI: *InstalledMemory
  231.  
  232. *CloseGroup: InstallableOptions
  233.  
  234. *% Virtual Memory 
  235. *VMOption 8MB: "5568000"
  236. *VMOption 12MB: "8928000"
  237. *VMOption 16MB: "12288000"
  238. *VMOption 20MB: "15648000"
  239. *VMOption 24MB: "19008000"
  240. *VMOption 28MB: "22368000"
  241. *VMOption 32MB: "25728000"
  242. *VMOption 40MB: "32448000"
  243. *VMOption 44MB: "35808000"
  244. *VMOption 48MB: "39168000"
  245. *VMOption 56MB: "45888000"
  246. *VMOption 68MB: "55968000"
  247. *VMOption 72MB: "59328000"
  248.  
  249.  
  250. *% Constraints
  251. *UIConstraints: *Option1 None *InputSlot MF1
  252. *UIConstraints: *InputSlot MF1 *Option1 None
  253. *UIConstraints: *Option1 None *InputSlot EF1
  254. *UIConstraints: *InputSlot EF1 *Option1 None
  255. *UIConstraints: *Option1 None *InputSlot PF7E
  256. *UIConstraints: *InputSlot PF7E *Option1 None
  257. *UIConstraints: *Option1 MF1 *InputSlot EF1
  258. *UIConstraints: *InputSlot EF1 *Option1 MF1
  259. *UIConstraints: *Option1 MF1 *InputSlot PF7E
  260. *UIConstraints: *InputSlot PF7E *Option1 MF1
  261. *UIConstraints: *Option1 EF1 *InputSlot MF1
  262. *UIConstraints: *InputSlot MF1 *Option1 EF1
  263. *UIConstraints: *Option1 EF1 *InputSlot PF7E
  264. *UIConstraints: *InputSlot PF7E *Option1 EF1
  265. *UIConstraints: *Option1 PF7E *InputSlot MF1
  266. *UIConstraints: *InputSlot MF1 *Option1 PF7E
  267. *UIConstraints: *Option1 PF7E *InputSlot EF1
  268. *UIConstraints: *InputSlot EF1 *Option1 PF7E
  269. *UIConstraints: *Option10 None *InputSlot PF21A
  270. *UIConstraints: *InputSlot PF21A *Option10 None
  271. *UIConstraints: *Option10 None *InputSlot PF21B
  272. *UIConstraints: *InputSlot PF21B *Option10 None
  273. *UIConstraints: *Option10 One *InputSlot PF21B
  274. *UIConstraints: *InputSlot PF21B *Option10 One
  275. *UIConstraints: *Duplex *Option16 False
  276. *UIConstraints: *Option16 False *Duplex DuplexTumble
  277. *UIConstraints: *Option16 False *Duplex DuplexNoTumble
  278. *UIConstraints: *Duplex *InputSlot MF1
  279. *UIConstraints: *InputSlot MF1 *Duplex DuplexTumble
  280. *UIConstraints: *InputSlot MF1 *Duplex DuplexNoTumble
  281. *UIConstraints: *InputSlot EF1 *Duplex
  282. *UIConstraints: *Duplex *InputSlot EF1
  283. *UIConstraints: *InputSlot PF7E *Duplex
  284. *UIConstraints: *Duplex *InputSlot PF7E
  285. *UIConstraints: *MediaType Transparency *Duplex
  286. *UIConstraints: *Duplex *MediaType Transparency
  287. *UIConstraints: *MediaType Labels *Duplex
  288. *UIConstraints: *Duplex *MediaType Labels
  289. *UIConstraints: *KCFastRes True *Resolution 300dpi
  290. *UIConstraints: *Resolution 300dpi *KCFastRes True
  291. *UIConstraints: *KCFastRes True *Resolution 1200dpi
  292. *UIConstraints: *Resolution 1200dpi *KCFastRes True
  293. *UIConstraints: *KCCollate *Option18 None
  294. *UIConstraints: *Option18 None *KCCollate Temp
  295. *UIConstraints: *Option17 None *OutputBin FDStacker
  296. *UIConstraints: *Option17 None *OutputBin FDSorter
  297. *UIConstraints: *Option17 ST20 *OutputBin FDSorter
  298. *UIConstraints: *Option17 None *OutputBin FDCollator
  299. *UIConstraints: *Option17 ST20 *OutputBin FDCollator
  300. *UIConstraints: *Option17 None *OutputBin FDMB01
  301. *UIConstraints: *Option17 None *OutputBin FDMB02
  302. *UIConstraints: *Option17 None *OutputBin FDMB03
  303. *UIConstraints: *Option17 ST20 *OutputBin FDMB01
  304. *UIConstraints: *Option17 ST20 *OutputBin FDMB02
  305. *UIConstraints: *Option17 ST20 *OutputBin FDMB03
  306. *UIConstraints: *Option17 None *OutputBin FDMB04
  307. *UIConstraints: *Option17 None *OutputBin FDMB05
  308. *UIConstraints: *Option17 None *OutputBin FDMB06
  309. *UIConstraints: *Option17 None *OutputBin FDMB07
  310. *UIConstraints: *Option17 None *OutputBin FDMB08
  311. *UIConstraints: *Option17 None *OutputBin FDMB09
  312. *UIConstraints: *Option17 ST20 *OutputBin FDMB04
  313. *UIConstraints: *Option17 ST20 *OutputBin FDMB05
  314. *UIConstraints: *Option17 ST20 *OutputBin FDMB06
  315. *UIConstraints: *Option17 ST20 *OutputBin FDMB07
  316. *UIConstraints: *Option17 ST20 *OutputBin FDMB08
  317. *UIConstraints: *Option17 ST20 *OutputBin FDMB09
  318. *UIConstraints: *Option17 None *OutputBin FDMB10
  319. *UIConstraints: *Option17 None *OutputBin FDMB11
  320. *UIConstraints: *Option17 None *OutputBin FDMB12
  321. *UIConstraints: *Option17 None *OutputBin FDMB13
  322. *UIConstraints: *Option17 None *OutputBin FDMB14
  323. *UIConstraints: *Option17 None *OutputBin FDMB15
  324. *UIConstraints: *Option17 ST20 *OutputBin FDMB10
  325. *UIConstraints: *Option17 ST20 *OutputBin FDMB11
  326. *UIConstraints: *Option17 ST20 *OutputBin FDMB12
  327. *UIConstraints: *Option17 ST20 *OutputBin FDMB13
  328. *UIConstraints: *Option17 ST20 *OutputBin FDMB14
  329. *UIConstraints: *Option17 ST20 *OutputBin FDMB15
  330. *UIConstraints: *PageSize Executive *InputSlot Internal
  331. *UIConstraints: *InputSlot Internal *PageSize Executive
  332. *UIConstraints: *PageRegion Executive *InputSlot Internal
  333. *UIConstraints: *InputSlot Internal *PageRegion Executive
  334. *UIConstraints: *PageSize A6 *InputSlot Internal
  335. *UIConstraints: *InputSlot Internal *PageSize A6
  336. *UIConstraints: *PageRegion A6 *InputSlot Internal
  337. *UIConstraints: *InputSlot Internal *PageRegion A6
  338. *UIConstraints: *PageSize ISOB5 *InputSlot Internal
  339. *UIConstraints: *InputSlot Internal *PageSize ISOB5
  340. *UIConstraints: *PageRegion ISOB5 *InputSlot Internal
  341. *UIConstraints: *InputSlot Internal *PageRegion ISOB5
  342. *UIConstraints: *PageSize B6 *InputSlot Internal
  343. *UIConstraints: *InputSlot Internal *PageSize B6
  344. *UIConstraints: *PageRegion B6 *InputSlot Internal
  345. *UIConstraints: *InputSlot Internal *PageRegion B6
  346. *UIConstraints: *PageSize EnvPersonal *InputSlot Internal
  347. *UIConstraints: *InputSlot Internal *PageSize EnvPersonal
  348. *UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
  349. *UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
  350. *UIConstraints: *PageSize Env9 *InputSlot Internal
  351. *UIConstraints: *InputSlot Internal *PageSize Env9
  352. *UIConstraints: *PageRegion Env9 *InputSlot Internal
  353. *UIConstraints: *InputSlot Internal *PageRegion Env9
  354. *UIConstraints: *PageSize Env10 *InputSlot Internal
  355. *UIConstraints: *InputSlot Internal *PageSize Env10
  356. *UIConstraints: *PageRegion Env10 *InputSlot Internal
  357. *UIConstraints: *InputSlot Internal *PageRegion Env10
  358. *UIConstraints: *PageSize EnvMonarch *InputSlot Internal
  359. *UIConstraints: *InputSlot Internal *PageSize EnvMonarch
  360. *UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
  361. *UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
  362. *UIConstraints: *PageSize EnvDL *InputSlot Internal
  363. *UIConstraints: *InputSlot Internal *PageSize EnvDL
  364. *UIConstraints: *PageRegion EnvDL *InputSlot Internal
  365. *UIConstraints: *InputSlot Internal *PageRegion EnvDL
  366. *UIConstraints: *PageSize EnvC5 *InputSlot Internal
  367. *UIConstraints: *InputSlot Internal *PageSize EnvC5
  368. *UIConstraints: *PageRegion EnvC5 *InputSlot Internal
  369. *UIConstraints: *InputSlot Internal *PageRegion EnvC5
  370. *UIConstraints: *PageSize Letter *InputSlot EF1
  371. *UIConstraints: *InputSlot EF1 *PageSize Letter
  372. *UIConstraints: *PageRegion Letter *InputSlot EF1
  373. *UIConstraints: *InputSlot EF1 *PageRegion Letter
  374. *UIConstraints: *PageSize Legal *InputSlot EF1
  375. *UIConstraints: *InputSlot EF1 *PageSize Legal
  376. *UIConstraints: *PageRegion Legal *InputSlot EF1
  377. *UIConstraints: *InputSlot EF1 *PageRegion Legal
  378. *UIConstraints: *PageSize Executive *InputSlot EF1
  379. *UIConstraints: *InputSlot EF1 *PageSize Executive
  380. *UIConstraints: *PageRegion Executive *InputSlot EF1
  381. *UIConstraints: *InputSlot EF1 *PageRegion Executive
  382. *UIConstraints: *PageSize A4 *InputSlot EF1
  383. *UIConstraints: *InputSlot EF1 *PageSize A4
  384. *UIConstraints: *PageRegion A4 *InputSlot EF1
  385. *UIConstraints: *InputSlot EF1 *PageRegion A4
  386. *UIConstraints: *PageSize A5 *InputSlot EF1
  387. *UIConstraints: *InputSlot EF1 *PageSize A5
  388. *UIConstraints: *PageRegion A5 *InputSlot EF1
  389. *UIConstraints: *InputSlot EF1 *PageRegion A5
  390. *UIConstraints: *PageSize A6 *InputSlot EF1
  391. *UIConstraints: *InputSlot EF1 *PageSize A6
  392. *UIConstraints: *PageRegion A6 *InputSlot EF1
  393. *UIConstraints: *InputSlot EF1 *PageRegion A6
  394. *UIConstraints: *PageSize B5 *InputSlot EF1
  395. *UIConstraints: *InputSlot EF1 *PageSize B5
  396. *UIConstraints: *PageRegion B5 *InputSlot EF1
  397. *UIConstraints: *InputSlot EF1 *PageRegion B5
  398. *UIConstraints: *PageSize ISOB5 *InputSlot EF1
  399. *UIConstraints: *InputSlot EF1 *PageSize ISOB5
  400. *UIConstraints: *PageRegion ISOB5 *InputSlot EF1
  401. *UIConstraints: *InputSlot EF1 *PageRegion ISOB5
  402. *UIConstraints: *PageSize B6 *InputSlot EF1
  403. *UIConstraints: *InputSlot EF1 *PageSize B6
  404. *UIConstraints: *PageRegion B6 *InputSlot EF1
  405. *UIConstraints: *InputSlot EF1 *PageRegion B6
  406. *UIConstraints: *PageSize Executive *InputSlot PF21A
  407. *UIConstraints: *InputSlot PF21A *PageSize Executive
  408. *UIConstraints: *PageRegion Executive *InputSlot PF21A
  409. *UIConstraints: *InputSlot PF21A *PageRegion Executive
  410. *UIConstraints: *PageSize A6 *InputSlot PF21A
  411. *UIConstraints: *InputSlot PF21A *PageSize A6
  412. *UIConstraints: *PageRegion A6 *InputSlot PF21A
  413. *UIConstraints: *InputSlot PF21A *PageRegion A6
  414. *UIConstraints: *PageSize ISOB5 *InputSlot PF21A
  415. *UIConstraints: *InputSlot PF21A *PageSize ISOB5
  416. *UIConstraints: *PageRegion ISOB5 *InputSlot PF21A
  417. *UIConstraints: *InputSlot PF21A *PageRegion ISOB5
  418. *UIConstraints: *PageSize B6 *InputSlot PF21A
  419. *UIConstraints: *InputSlot PF21A *PageSize B6
  420. *UIConstraints: *PageRegion B6 *InputSlot PF21A
  421. *UIConstraints: *InputSlot PF21A *PageRegion B6
  422. *UIConstraints: *PageSize EnvPersonal *InputSlot PF21A
  423. *UIConstraints: *InputSlot PF21A *PageSize EnvPersonal
  424. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF21A
  425. *UIConstraints: *InputSlot PF21A *PageRegion EnvPersonal
  426. *UIConstraints: *PageSize Env9 *InputSlot PF21A
  427. *UIConstraints: *InputSlot PF21A *PageSize Env9
  428. *UIConstraints: *PageRegion Env9 *InputSlot PF21A
  429. *UIConstraints: *InputSlot PF21A *PageRegion Env9
  430. *UIConstraints: *PageSize Env10 *InputSlot PF21A
  431. *UIConstraints: *InputSlot PF21A *PageSize Env10
  432. *UIConstraints: *PageRegion Env10 *InputSlot PF21A
  433. *UIConstraints: *InputSlot PF21A *PageRegion Env10
  434. *UIConstraints: *PageSize EnvMonarch *InputSlot PF21A
  435. *UIConstraints: *InputSlot PF21A *PageSize EnvMonarch
  436. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF21A
  437. *UIConstraints: *InputSlot PF21A *PageRegion EnvMonarch
  438. *UIConstraints: *PageSize EnvDL *InputSlot PF21A
  439. *UIConstraints: *InputSlot PF21A *PageSize EnvDL
  440. *UIConstraints: *PageRegion EnvDL *InputSlot PF21A
  441. *UIConstraints: *InputSlot PF21A *PageRegion EnvDL
  442. *UIConstraints: *PageSize EnvC5 *InputSlot PF21A
  443. *UIConstraints: *InputSlot PF21A *PageSize EnvC5
  444. *UIConstraints: *PageRegion EnvC5 *InputSlot PF21A
  445. *UIConstraints: *InputSlot PF21A *PageRegion EnvC5
  446. *UIConstraints: *PageSize Executive *InputSlot PF21B
  447. *UIConstraints: *InputSlot PF21B *PageSize Executive
  448. *UIConstraints: *PageRegion Executive *InputSlot PF21B
  449. *UIConstraints: *InputSlot PF21B *PageRegion Executive
  450. *UIConstraints: *PageSize A6 *InputSlot PF21B
  451. *UIConstraints: *InputSlot PF21B *PageSize A6
  452. *UIConstraints: *PageRegion A6 *InputSlot PF21B
  453. *UIConstraints: *InputSlot PF21B *PageRegion A6
  454. *UIConstraints: *PageSize ISOB5 *InputSlot PF21B
  455. *UIConstraints: *InputSlot PF21B *PageSize ISOB5
  456. *UIConstraints: *PageRegion ISOB5 *InputSlot PF21B
  457. *UIConstraints: *InputSlot PF21B *PageRegion ISOB5
  458. *UIConstraints: *PageSize B6 *InputSlot PF21B
  459. *UIConstraints: *InputSlot PF21B *PageSize B6
  460. *UIConstraints: *PageRegion B6 *InputSlot PF21B
  461. *UIConstraints: *InputSlot PF21B *PageRegion B6
  462. *UIConstraints: *PageSize EnvPersonal *InputSlot PF21B
  463. *UIConstraints: *InputSlot PF21B *PageSize EnvPersonal
  464. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF21B
  465. *UIConstraints: *InputSlot PF21B *PageRegion EnvPersonal
  466. *UIConstraints: *PageSize Env9 *InputSlot PF21B
  467. *UIConstraints: *InputSlot PF21B *PageSize Env9
  468. *UIConstraints: *PageRegion Env9 *InputSlot PF21B
  469. *UIConstraints: *InputSlot PF21B *PageRegion Env9
  470. *UIConstraints: *PageSize Env10 *InputSlot PF21B
  471. *UIConstraints: *InputSlot PF21B *PageSize Env10
  472. *UIConstraints: *PageRegion Env10 *InputSlot PF21B
  473. *UIConstraints: *InputSlot PF21B *PageRegion Env10
  474. *UIConstraints: *PageSize EnvMonarch *InputSlot PF21B
  475. *UIConstraints: *InputSlot PF21B *PageSize EnvMonarch
  476. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF21B
  477. *UIConstraints: *InputSlot PF21B *PageRegion EnvMonarch
  478. *UIConstraints: *PageSize EnvDL *InputSlot PF21B
  479. *UIConstraints: *InputSlot PF21B *PageSize EnvDL
  480. *UIConstraints: *PageRegion EnvDL *InputSlot PF21B
  481. *UIConstraints: *InputSlot PF21B *PageRegion EnvDL
  482. *UIConstraints: *PageSize EnvC5 *InputSlot PF21B
  483. *UIConstraints: *InputSlot PF21B *PageSize EnvC5
  484. *UIConstraints: *PageRegion EnvC5 *InputSlot PF21B
  485. *UIConstraints: *InputSlot PF21B *PageRegion EnvC5
  486. *UIConstraints: *Duplex *PageSize Executive
  487. *UIConstraints: *PageSize Executive *Duplex DuplexTumble
  488. *UIConstraints: *PageSize Executive *Duplex DuplexNoTumble
  489. *UIConstraints: *Duplex *PageRegion Executive
  490. *UIConstraints: *PageRegion Executive *Duplex DuplexTumble
  491. *UIConstraints: *PageRegion Executive *Duplex DuplexNoTumble
  492. *UIConstraints: *Duplex *PageSize A6
  493. *UIConstraints: *PageSize A6 *Duplex DuplexTumble
  494. *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
  495. *UIConstraints: *Duplex *PageRegion A6
  496. *UIConstraints: *PageRegion A6 *Duplex DuplexTumble
  497. *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
  498. *UIConstraints: *Duplex *PageSize ISOB5
  499. *UIConstraints: *PageSize ISOB5 *Duplex DuplexTumble
  500. *UIConstraints: *PageSize ISOB5 *Duplex DuplexNoTumble
  501. *UIConstraints: *Duplex *PageRegion ISOB5
  502. *UIConstraints: *PageRegion ISOB5 *Duplex DuplexTumble
  503. *UIConstraints: *PageRegion ISOB5 *Duplex DuplexNoTumble
  504. *UIConstraints: *Duplex *PageSize B6
  505. *UIConstraints: *PageSize B6 *Duplex DuplexTumble
  506. *UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
  507. *UIConstraints: *Duplex *PageRegion B6
  508. *UIConstraints: *PageRegion B6 *Duplex DuplexTumble
  509. *UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
  510. *UIConstraints: *Duplex *PageSize EnvPersonal
  511. *UIConstraints: *PageSize EnvPersonal *Duplex DuplexTumble
  512. *UIConstraints: *PageSize EnvPersonal *Duplex DuplexNoTumble
  513. *UIConstraints: *Duplex *PageRegion EnvPersonal
  514. *UIConstraints: *PageRegion EnvPersonal *Duplex DuplexTumble
  515. *UIConstraints: *PageRegion EnvPersonal *Duplex DuplexNoTumble
  516. *UIConstraints: *Duplex *PageSize Env9
  517. *UIConstraints: *PageSize Env9 *Duplex DuplexTumble
  518. *UIConstraints: *PageSize Env9 *Duplex DuplexNoTumble
  519. *UIConstraints: *Duplex *PageRegion Env9
  520. *UIConstraints: *PageRegion Env9 *Duplex DuplexTumble
  521. *UIConstraints: *PageRegion Env9 *Duplex DuplexNoTumble
  522. *UIConstraints: *Duplex *PageSize Env10
  523. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  524. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  525. *UIConstraints: *Duplex *PageRegion Env10
  526. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  527. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  528. *UIConstraints: *Duplex *PageSize EnvMonarch
  529. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  530. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  531. *UIConstraints: *Duplex *PageRegion EnvMonarch
  532. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  533. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  534. *UIConstraints: *Duplex *PageSize EnvDL
  535. *UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
  536. *UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
  537. *UIConstraints: *Duplex *PageRegion EnvDL
  538. *UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
  539. *UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
  540. *UIConstraints: *Duplex *PageSize EnvC5
  541. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  542. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  543. *UIConstraints: *Duplex *PageRegion EnvC5
  544. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  545. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  546.  
  547. *% Resolution 
  548. *OpenUI *Resolution/Resolution: PickOne
  549. *OrderDependency: 10 AnySetup *Resolution
  550. *DefaultResolution: 600dpi
  551. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  552. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  553. *Resolution 1200dpi/1200 Dots per Inch (dpi): "<< /HWResolution [1200 1200] >> setpagedevice"
  554. *?Resolution: "save currentpagedevice /HWResolution get 0 get (      ) cvs print (dpi) = flush restore"
  555. *CloseUI: *Resolution
  556.  
  557. *% KCFastRes Hardware Enhancement 
  558. *OpenUI *KCFastRes/Resolution Enhancement: Boolean
  559. *OrderDependency: 10 AnySetup *KCFastRes
  560. *DefaultFastRes: True
  561. *KCFastRes False/False: "<< /PreRenderingEnhance false >> setpagedevice"
  562. *KCFastRes True/True: "<< /PreRenderingEnhance true >> setpagedevice"
  563. *?KCFastRes: "
  564.   save
  565.   currentpagedevice dup /PreRenderingEnhance known
  566.   {/PreRenderingEnhance get 1 get null ne {(True)}{(False)} ifelse}
  567.   {pop (Unknown)}ifelse
  568.   = flush restore"
  569. *End
  570. *CloseUI: *KCFastRes
  571.  
  572. *% Image Refinement 
  573. *OpenUI *Smoothing/KIR: PickOne
  574. *OrderDependency: 50 AnySetup *Smoothing
  575. *DefaultSmoothing: True
  576. *Smoothing True/On: "1 statusdict /setdoret get exec"
  577. *Smoothing False/Off: "0 statusdict /setdoret get exec"
  578. *?Smoothing: "
  579.   save
  580.   [(False)(True)(True)(True)]
  581.   statusdict /doret get exec {get} stopped
  582.   {pop pop (Unknown)} if
  583.   = flush restore"
  584. *End
  585. *CloseUI: *Smoothing
  586.  
  587. *% Halftone Information 
  588. *DefaultHalftoneType: 1
  589. *ScreenFreq: "85.71"
  590. *ScreenAngle: "45.0"
  591. *ResScreenFreq 1200dpi: "85.71"
  592. *ResScreenAngle 1200dpi: "45.0"
  593. *ResScreenFreq 600dpi: "60.0"
  594. *ResScreenAngle 600dpi: "45.0"
  595. *ResScreenFreq 300dpi: "53.0"
  596. *ResScreenAngle 300dpi: "45.0"
  597.  
  598. *DefaultScreenProc: Ellipse
  599. *ScreenProc Dot: "
  600.   {abs exch abs 2 copy add 1 gt
  601.   {1 sub dup mul exch 1 sub dup mul add 1 sub}
  602.   {dup mul exch dup mul add 1 exch sub} ifelse}"
  603. *End
  604. *ScreenProc Line: "{pop}"
  605. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  606. *DefaultTransfer: Null
  607. *Transfer Null: "{}"
  608. *Transfer Null.Inverse: "{1 exch sub}"
  609.  
  610. *% Paper Handling 
  611. *% Page Size Definitions
  612. *OpenUI *PageSize: PickOne
  613. *OrderDependency: 40 AnySetup *PageSize
  614. *DefaultPageSize: Letter
  615. *PageSize Letter/Letter: "<</Policies <</PageSize 2>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  616. *PageSize Legal/Legal: "<</Policies <</PageSize 2>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  617. *PageSize Executive/Executive: "<</Policies <</PageSize 2>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  618. *PageSize A4/A4: "<</Policies <</PageSize 2>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  619. *PageSize A5/A5: "<</Policies <</PageSize 2>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  620. *PageSize A6/A6: "<</Policies <</PageSize 2>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  621. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  622. *PageSize ISOB5/B5 (ISO): "<</Policies <</PageSize 2>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  623. *PageSize B6/B6: "<</Policies <</PageSize 2>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  624. *PageSize EnvPersonal/Envelope #6: "<</Policies <</PageSize 2>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  625. *PageSize Env9/Envelope #9: "<</Policies <</PageSize 2>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  626. *PageSize Env10/Envelope #10: "<</Policies <</PageSize 2>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  627. *PageSize EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 2>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  628. *PageSize EnvDL/Envelope DL: "<</Policies <</PageSize 2>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  629. *PageSize EnvC5/Envelope C5: "<</Policies <</PageSize 2>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  630. *?PageSize: "
  631.   save
  632.   currentpagedevice /PageSize get aload pop
  633.   2 copy gt {exch} if
  634.   (Unknown)
  635.   15 dict
  636.   dup [612 792] (Letter) put
  637.   dup [612 1008] (Legal) put
  638.   dup [522 756] (Executive) put
  639.   dup [595 842] (A4) put
  640.   dup [420 595] (A5) put
  641.   dup [297 420] (A6) put
  642.   dup [516 729] (B5) put
  643.   dup [499 709] (ISOB5) put
  644.   dup [363 516] (B6) put
  645.   dup [261 468] (EnvPersonal) put
  646.   dup [279 639] (Env9) put
  647.   dup [297 684] (Env10) put
  648.   dup [279 540] (EnvMonarch) put
  649.   dup [312 624] (EnvDL) put
  650.   dup [459 649] (EnvC5) put
  651.   {exch aload pop 4 index sub abs 5 le exch
  652.     5 index sub abs 5 le and
  653.     {exch pop exit}{pop} ifelse
  654.   } bind forall
  655.   = flush pop pop restore "
  656. *End
  657. *CloseUI: *PageSize
  658.  
  659. *% Page Region Definitions for Frame Buffer
  660. *OpenUI *PageRegion: PickOne
  661. *OrderDependency: 40 AnySetup *PageRegion
  662. *DefaultPageRegion: Letter
  663. *PageRegion Letter/Letter: "<</Policies <</PageSize 7>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  664. *PageRegion Legal/Legal: "<</Policies <</PageSize 7>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  665. *PageRegion Executive/Executive: "<</Policies <</PageSize 7>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  666. *PageRegion A4/A4: "<</Policies <</PageSize 7>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  667. *PageRegion A5/A5: "<</Policies <</PageSize 7>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  668. *PageRegion A6/A6: "<</Policies <</PageSize 7>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  669. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 7>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  670. *PageRegion ISOB5/B5 (ISO): "<</Policies <</PageSize 7>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  671. *PageRegion B6/B6: "<</Policies <</PageSize 7>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  672. *PageRegion EnvPersonal/Envelope #6: "<</Policies <</PageSize 7>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  673. *PageRegion Env9/Envelope #9: "<</Policies <</PageSize 7>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  674. *PageRegion Env10/Envelope #10: "<</Policies <</PageSize 7>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  675. *PageRegion EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 7>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  676. *PageRegion EnvDL/Envelope DL: "<</Policies <</PageSize 7>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  677. *PageRegion EnvC5/Envelope C5: "<</Policies <</PageSize 7>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  678. *CloseUI: *PageRegion
  679.  
  680. *% Imageable Area Definitions
  681. *DefaultImageableArea: Letter
  682. *ImageableArea Letter/Letter: "12 16 600 776"
  683. *ImageableArea Legal/Legal: "12 17 600 991"
  684. *ImageableArea Executive/Executive: "12 12 510 744"
  685. *ImageableArea A4/A4: "14 15 581 827"
  686. *ImageableArea A5/A5: "12 12 409 583"
  687. *ImageableArea A6/A6: "12 12 285 409"
  688. *ImageableArea B5/B5 (JIS): "21 12 495 717"
  689. *ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
  690. *ImageableArea B6/B6: "12 12 352 504"
  691. *ImageableArea EnvPersonal/Envelope #6: "12 12 249 456"
  692. *ImageableArea Env9/Envelope #9: "12 12 267 627"
  693. *ImageableArea Env10/Envelope #10: "12 12 285 672"
  694. *ImageableArea EnvMonarch/Envelope Monarch: "12 12 267 528"
  695. *ImageableArea EnvDL/Envelope DL: "12 12 300 612"
  696. *ImageableArea EnvC5/Envelope C5: "12 12 447 637"
  697. *?ImageableArea: "
  698.   save
  699.   /cvp {cvi (                   ) cvs
  700.   print ( ) print} bind def
  701.   newpath clippath pathbbox
  702.   4 -2 roll exch 2 {ceiling cvp} repeat
  703.   exch 2 {floor cvp} repeat ( )
  704.   = flush restore"
  705. *End
  706.  
  707. *% Physical Dimensions of Media
  708. *DefaultPaperDimension: Letter
  709. *PaperDimension Letter/Letter: "612 792"
  710. *PaperDimension Legal/Legal: "612 1008"
  711. *PaperDimension Executive/Executive: "522 756"
  712. *PaperDimension A4/A4: "595 842"
  713. *PaperDimension A5/A5: "420 595"
  714. *PaperDimension A6/A6: "297 420"
  715. *PaperDimension B5/B5 (JIS): "516 729"
  716. *PaperDimension ISOB5/B5 (ISO): "499 709"
  717. *PaperDimension B6/B6: "363 516"
  718. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  719. *PaperDimension Env9/Envelope #9: "279 639"
  720. *PaperDimension Env10/Envelope #10: "297 684"
  721. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  722. *PaperDimension EnvDL/Envelope DL: "312 624"
  723. *PaperDimension EnvC5/Envelope C5: "459 649"
  724.  
  725. *% Input Slot Definitions
  726. *OpenUI *InputSlot: PickOne
  727. *OrderDependency: 30 AnySetup *InputSlot
  728. *DefaultInputSlot: Internal
  729. *InputSlot Internal/Cassette 1 (Internal): "<</ManualFeed false>> setpagedevice statusdict begin 0 setpapertray end"
  730. *InputSlot PF7E/Bulk Feeder: "<</ManualFeed false>> setpagedevice statusdict begin 2 setpapertray end"
  731. *InputSlot PF21A/Cassette 2: "<</ManualFeed false>> setpagedevice statusdict begin 1 setpapertray end"
  732. *InputSlot PF21B/Cassette 3: "<</ManualFeed false>> setpagedevice statusdict begin 4 setpapertray end"
  733. *InputSlot EF1/Envelope Feeder: "<</ManualFeed false>> setpagedevice statusdict begin 2 setpapertray end"
  734. *InputSlot MF1/Multi-Purpose Feeder: "<</ManualFeed false>> setpagedevice statusdict begin 3 setpapertray end"
  735. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  736. *?InputSlot: ""
  737. *CloseUI: *InputSlot
  738.  
  739. *% MediaType Definitions
  740. *OpenUI *MediaType: PickOne
  741. *OrderDependency: 100 AnySetup *MediaType
  742. *DefaultMediaType: Plain
  743. *MediaType Plain/Plain Paper: "<</ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
  744. *MediaType Transparency/Transparency: "<</ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
  745. *MediaType Labels/Labels: "<</ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
  746. *MediaType Letterhead/Letterhead: "<</ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
  747. *MediaType Bond/Bond: "<</ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
  748. *MediaType Color/Color: "<</ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
  749. *MediaType Preprinted/Preprinted: "<</ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
  750. *MediaType Prepunched/Prepunched: "<</ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
  751. *MediaType Recycled/Recycled: "<</ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
  752. *MediaType Rough/Rough: "<</ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
  753. *MediaType Cardstock/Cardstock: "<</ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
  754. *MediaType Vellum/Vellum: "<</ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
  755. *MediaType User1/Custom 1: "<</ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
  756. *MediaType User2/Custom 2: "<</ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
  757. *MediaType User3/Custom 3: "<</ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
  758. *MediaType User4/Custom 4: "<</ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
  759. *MediaType User5/Custom 5: "<</ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
  760. *MediaType User6/Custom 6: "<</ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
  761. *MediaType User7/Custom 7: "<</ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
  762. *MediaType User8/Custom 8: "<</ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
  763. *?MediaType: "
  764.   save
  765.     currentpagedevice /MediaType {get} stopped
  766.     {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse = flush
  767.   restore"
  768. *End
  769. *CloseUI: *MediaType
  770.  
  771. *RequiresPageRegion All: True
  772. *% Output Bin Definitions
  773. *OpenUI *OutputBin/Output Bin: PickOne
  774. *OrderDependency: 51 AnySetup *OutputBin
  775. *DefaultOutputBin: FDTop
  776. *OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
  777. *OutputBin FURear/Rear Tray (Face-Up): "1 statusdict /setoutputtray get exec"
  778. *OutputBin FDStacker/Stacker Mode (Face-Down): "2 statusdict /setoutputtray get exec"
  779. *OutputBin FDSorter/Sorter Mode (Face-Down): "[] statusdict /setcollatorstacker get exec"
  780. *OutputBin FDCollator/Collator Mode (Face-Down): "[] statusdict /setsorterstacker get exec"
  781. *OutputBin FDMB01/Mailbox 1 (Face-Down): "0 statusdict /setoutputtray get exec [1] statusdict /setmailboxstacker get exec"
  782. *OutputBin FDMB02/Mailbox 2 (Face-Down): "0 statusdict /setoutputtray get exec [2] statusdict /setmailboxstacker get exec"
  783. *OutputBin FDMB03/Mailbox 3 (Face-Down): "0 statusdict /setoutputtray get exec [3] statusdict /setmailboxstacker get exec"
  784. *OutputBin FDMB04/Mailbox 4 (Face-Down): "0 statusdict /setoutputtray get exec [4] statusdict /setmailboxstacker get exec"
  785. *OutputBin FDMB05/Mailbox 5 (Face-Down): "0 statusdict /setoutputtray get exec [5] statusdict /setmailboxstacker get exec"
  786. *OutputBin FDMB06/Mailbox 6 (Face-Down): "0 statusdict /setoutputtray get exec [6] statusdict /setmailboxstacker get exec"
  787. *OutputBin FDMB07/Mailbox 7 (Face-Down): "0 statusdict /setoutputtray get exec [7] statusdict /setmailboxstacker get exec"
  788. *OutputBin FDMB08/Mailbox 8 (Face-Down): "0 statusdict /setoutputtray get exec [8] statusdict /setmailboxstacker get exec"
  789. *OutputBin FDMB09/Mailbox 9 (Face-Down): "0 statusdict /setoutputtray get exec [9] statusdict /setmailboxstacker get exec"
  790. *OutputBin FDMB10/Mailbox 10 (Face-Down): "0 statusdict /setoutputtray get exec [10] statusdict /setmailboxstacker get exec"
  791. *OutputBin FDMB11/Mailbox 11 (Face-Down): "0 statusdict /setoutputtray get exec [11] statusdict /setmailboxstacker get exec"
  792. *OutputBin FDMB12/Mailbox 12 (Face-Down): "0 statusdict /setoutputtray get exec [12] statusdict /setmailboxstacker get exec"
  793. *OutputBin FDMB13/Mailbox 13 (Face-Down): "0 statusdict /setoutputtray get exec [13] statusdict /setmailboxstacker get exec"
  794. *OutputBin FDMB14/Mailbox 14 (Face-Down): "0 statusdict /setoutputtray get exec [14] statusdict /setmailboxstacker get exec"
  795. *OutputBin FDMB15/Mailbox 15 (Face-Down): "0 statusdict /setoutputtray get exec [15] statusdict /setmailboxstacker get exec"
  796. *?OutputBin: ""
  797. *CloseUI: *OutputBin
  798.  
  799. *% Duplex Definitions
  800. *OpenUI *Duplex/Duplexing: PickOne
  801. *OrderDependency: 50 AnySetup *Duplex
  802. *DefaultDuplex: None
  803. *Duplex None/None: "statusdict begin false setduplexmode false settumble end"
  804. *Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
  805. *Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
  806. *?Duplex: "
  807.   save
  808.   statusdict begin
  809.   duplexmode
  810.   {tumble {(DuplexTumble)}{(DuplexNoTumble)} ifelse}
  811.   {(None)} ifelse
  812.   = flush end restore"
  813. *End
  814. *CloseUI: *Duplex
  815.  
  816. *% Job Spooling Definitions
  817. *OpenUI *KCCollate/Job Spooling: PickOne
  818. *OrderDependency: 20 AnySetup *KCCollate
  819. *DefaultKCCollate: None
  820. *KCCollate None/None: "<< /Collate false >> setpagedevice"
  821. *KCCollate Temp/Temporary: "
  822.   userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
  823.   userdict /UICollateDetails get  /Mode 0  put <</Collate true /CollateDetails UICollateDetails>> setpagedevice"
  824. *End
  825. *?KCCollate: "
  826.   save
  827.   currentpagedevice dup /Collate known {
  828.     dup /CollateDetails known {
  829.       /CollateDetails get
  830.       dup /Mode known {
  831.         /Mode get
  832.         1 {
  833.           dup 0 eq {pop (Temp) exit} if
  834.           pop (Unknown)
  835.         } repeat
  836.       }{pop (Unknown)} ifelse
  837.     }{pop (Unknown)} ifelse
  838.   }{pop (Unknown)} ifelse
  839.   = flush restore"
  840. *End
  841. *CloseUI: *KCCollate
  842.  
  843. *% Tray Switch Definitions
  844. *OpenUI *TraySwitch/Auto Tray Switch: PickOne
  845. *OrderDependency: 25 AnySetup *TraySwitch
  846. *DefaultTraySwitch: PrnDef
  847. *TraySwitch PrnDef/Printer Default: ""
  848. *TraySwitch True/On: "<< /TraySwitch true >> setpagedevice"
  849. *TraySwitch False/Off: "<< /TraySwitch false >> setpagedevice"
  850. *?TraySwitch: "
  851.   save
  852.   currentpagedevice /TraySwitch get
  853.   { (True) }{ (False) } ifelse
  854.   = flush restore"
  855. *End
  856. *CloseUI: *TraySwitch
  857.  
  858. *% PPD Version Info 
  859. *OpenUI *KCVersion/PPD Version: PickOne
  860. *OrderDependency: 25 AnySetup *KCVersion
  861. *DefaultKCVersion: Default
  862. *KCVersion Default/1.6.2 [06-19-2000]: ""
  863. *KCVersion Default1/<A9>Kyocera Corporation: ""
  864. *CloseUI: *KCVersion
  865.  
  866. *% Font Information
  867. *DefaultFont: Courier
  868. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  869. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  870. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  871. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  872. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  873. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  874. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  875. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  876. *Font Courier: Standard "(002.004S)" Standard ROM
  877. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  878. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  879. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  880. *Font Helvetica: Standard "(001.006S)" Standard ROM
  881. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  882. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  883. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  884. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  885. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  886. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  887. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  888. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  889. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  890. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  891. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  892. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  893. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  894. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  895. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  896. *Font Symbol: Special "(001.007S)" Special ROM
  897. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  898. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  899. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  900. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  901. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  902. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  903. *Font Albertus-Medium: Standard "(001.008S)" Standard ROM
  904. *Font Albertus-ExtraBold: Standard "(001.008S)" Standard ROM
  905. *Font AntiqueOlive: Standard "(001.008S)" Standard ROM
  906. *Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
  907. *Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
  908. *Font Arial: Standard "(001.008S)" Standard ROM
  909. *Font Arial-Italic: Standard "(001.008S)" Standard ROM
  910. *Font Arial-Bold: Standard "(001.008S)" Standard ROM
  911. *Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
  912. *Font CGOmega: Standard "(001.008S)" Standard ROM
  913. *Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
  914. *Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
  915. *Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
  916. *Font CGTimes: Standard "(001.008S)" Standard ROM
  917. *Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
  918. *Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
  919. *Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
  920. *Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
  921. *Font Coronet: Standard "(001.008S)" Standard ROM
  922. *Font CourierHP: Standard "(001.008S)" Standard ROM
  923. *Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
  924. *Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
  925. *Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
  926. *Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
  927. *Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
  928. *Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
  929. *Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
  930. *Font LetterGothic: Standard "(001.008S)" Standard ROM
  931. *Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
  932. *Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
  933. *Font Marygold: Standard "(001.008S)" Standard ROM
  934. *Font SymbolMT: Standard "(001.008S)" Standard ROM
  935. *Font TimesNewRoman: Standard "(001.008S)" Standard ROM
  936. *Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
  937. *Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
  938. *Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
  939. *Font Univers-Medium: Standard "(001.008S)" Standard ROM
  940. *Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
  941. *Font Univers-Bold: Standard "(001.008S)" Standard ROM
  942. *Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
  943. *Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
  944. *Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
  945. *Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
  946. *Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
  947. *Font Wingdings-Regular: Special "(001.008S)" Special ROM
  948. *?FontQuery: "
  949.   save
  950.   /str 100 string dup 0 (fonts/) putinterval def
  951.   {count 1 gt
  952.     { exch dup str 6 94 getinterval cvs
  953.       (/) print print (:) print
  954.       FontDirectory exch known
  955.       {(Yes)}{(No)} ifelse =
  956.     }{exit} ifelse
  957.   } bind loop (*)
  958.   = flush restore"
  959. *End
  960. *?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
  961. *% Printer Messages
  962. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  963. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  964. *Message: "\FontName\ not found, using Courier"
  965.  
  966. *% Status (format: %%[ status: <one of these> ]%% )
  967. *Status: "warming up"
  968. *Status: "idle"
  969. *Status: "busy"
  970. *Status: "waiting"
  971. *Status: "printing"
  972. *Status: "initializing"
  973. *Status: "printing test page"/printing test page
  974. *Status: "PrinterError: paper entry misfeed"
  975. *Status: "PrinterError: cover open"
  976. *Status: "PrinterError: no paper tray"
  977. *Status: "PrinterError: out of paper"
  978. *Status: "PrinterError: toner low (halt)"
  979. *Status: "PrinterError: warming up"
  980. *Status: "PrinterError: other reason"
  981. *Status: "PrinterError: video interface mode"
  982. *Status: "PrinterError: offline"
  983. *Status: "PrinterError: toner low (warning)"
  984.  
  985. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  986. *PrinterError: "paper entry misfeed"
  987. *PrinterError: "cover open"
  988. *PrinterError: "no paper tray"
  989. *PrinterError: "out of paper"
  990. *PrinterError: "toner low (halt)"
  991. *PrinterError: "warming up"
  992. *PrinterError: "other reason"
  993. *PrinterError: "video interface mode"
  994. *PrinterError: "offline"
  995. *PrinterError: "toner low (warning)"
  996.  
  997. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  998. *Source: "Serial"
  999. *Source: "Parallel"
  1000. *Source: "LocalTalk"
  1001. *Source: "Option"
  1002.  
  1003. *%  End of PPD file for Kyocera FS-1714M (USA English)
  1004.